From a0b3d2067cd9a134a12caf6a7c6842af393d8de6 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 17 Jun 2015 15:55:16 -0700 Subject: [PATCH] Update docopt to fix some option parsing Closes #1720 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8dedb653..3a3b5aab8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ dependencies = [ "advapi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", - "docopt 0.6.64 (registry+https://github.com/rust-lang/crates.io-index)", + "docopt 0.6.67 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "filetime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "docopt" -version = "0.6.64" +version = "0.6.67" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", -- 2.30.2